eigen_solution Derived Type

type, public :: eigen_solution

A container for both eigenvectors and eigenvalues.


Components

Type Visibility Attributes Name Initial
complex(kind=real64), public, allocatable, dimension(:) :: values

An array of eigenvalues.

complex(kind=real64), public, allocatable, dimension(:,:) :: vectors

A collection of eigenvectors, stored columnwise.